home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 24 / CDL24.iso / LAPLACE / IDEM.DXR / Biographie_9_Set Select It.ls < prev    next >
Encoding:
Text File  |  1996-10-10  |  241 b   |  14 lines

  1. on enterFrame
  2.   global gExHot
  3.   set gExHot to 0
  4.   puppetSound("BIO.AIF")
  5.   repeat with x = 2 to 7
  6.     set the visible of sprite x to 0
  7.   end repeat
  8.   cursor(-1)
  9.   updateStage()
  10.   repeat while not (the mouseUp)
  11.     nothing()
  12.   end repeat
  13. end
  14.